.container .advantage {
  width: 1200px;
  margin: 43px auto 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

/**---------
* 左侧样式   *
 -----------*/
.container .advantage .advantage-left {
  width: 520px;
  height: 658px;
  box-sizing: border-box;
}

/* title样式 */
.container .advantage .advantage-left .title {
  font-size: 20px;
}

.container .advantage .advantage-left .advantage-t {
  font-weight: bold;
}

.container .advantage .advantage-left .title span {
  margin: 0 10px;
}

.container .advantage .advantage-left .title .line {
  width: 88px;
  height: 3px;
  background-color: #043764;
  margin: 2px 0;
}

/* 烦恼 */
.container .advantage .advantage-left .annoyance {
  width: 100%;
  background-color: #f5f5f5;
  height: 566px;
}

.container .advantage .advantage-left .annoyance .title {
  margin: 22px 40px;
  display: inline-block;
}

.container .advantage .advantage-left .annoyance .title .t-b {
  font-size: 24px;
  font-weight: bold;
  color: #53aeff;
}

.container .advantage .advantage-left .annoyance .title .t-right {
  font-size: 18px;
  text-align: right;
}

.container .advantage .advantage-left .annoyance .title .t-right em {
  color: #53aeff;
  font-style: normal;
}

.container .advantage .advantage-left .annoyance .season {
  background-image: url('../images/bg/bg-c.png');
  background-size: 499px 388px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 388px;
  position: relative;
}

.container .advantage .advantage-left .annoyance .season .row {
  font-size: 18px;
  color: #666;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.container .advantage .advantage-left .annoyance .season .row .col {
  display: inline-block;
  margin-top: 140px;
  text-align: center;
}

.container .advantage .advantage-left .annoyance .season .r-two .col {
  margin-top: 195px;
}

/* 热线电话 */
.container .advantage .advantage-left .hot-tel {
  display: flex;
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f5;
  height: 40px;
  float: left;
}
.container .advantage .advantage-left .hot-tel .icon-guhua {
  background-image: url('../images/icon/icon-guhua.png');
  background-size: 32px 27px;
  background-repeat: no-repeat;
  width: 32px;
  height: 27px;
  margin: 6px 10px;
}

.container .advantage .advantage-left .hot-tel .content{
  margin: 12px 4px 0;
  font-size: 14px;
}
.container .advantage .advantage-left .hot-tel .content .tel{
  font-size: 14px;
  color: #043764;
  margin-left: 2px;
}

/**---------
* 右侧样式   *
 -----------*/
.container .advantage .advantage-right {
  width: 600px;
  height: 658px;
  box-sizing: border-box;
}

/**---------
* 右-上侧样式 *
 -----------*/
.container .advantage .advantage-right .top {
  height: 156px;
  width: 100%;
  background-image: url('../images/bg/bg-s.png');
  background-position-x: 50%;
  background-size: 151px 151px;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.container .advantage .advantage-right .top .top-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .advantage .advantage-right .top .top-left .choose-us-icon {
  width: 98px;
  height: 91px;
  background-repeat: no-repeat;
  background-image: url('../images/bg/bg-k.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .advantage .advantage-right .top .top-left .choose-us-icon .con {
  text-align: center;
}

.container .advantage .advantage-right .top .top-left .choose-us-icon .title {
  white-space: nowrap;
  color: #000;
  font-weight: bold;
}

.container .advantage .advantage-right .top .top-left .choose-us-icon .cn {
  font-size: 20px;
}

.container .advantage .advantage-right .top .top-left .choose-us-icon .en {
  font-size: 12px;
}

.container .advantage .advantage-right .top .top-left .choose-us-title {
  font-weight: bold;
  font-size: 36px;
  margin-left: 24px;
}

.container .advantage .advantage-right .top .top-left .choose-us-title img {
  width: 29px;
  height: 14px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.container .advantage .advantage-right .top .top-right {
  text-align: right;
  font-weight: bold;
  color: #043764;
  font-size: 36px;
  margin-right: -2px;
}

/**---------
* 右-下侧样式 *
 -----------*/
.container .advantage .advantage-right .bottom {
  width: 100%;
  margin-top: 60px;
}

.container .advantage .advantage-right .bottom .pre {
  display: flex;
  margin-bottom: 30px;

}

.container .advantage .advantage-right .bottom .pre .text {
  margin-top: 2px;
  padding: 0 20px;
}

.container .advantage .advantage-right .bottom .pre .text .content {
  margin-top: 5px;
  word-wrap: break-word;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  height: 60px;
}

.container .advantage .advantage-right .bottom .pre .text .title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}